synchronous request

英 [ˈsɪŋkrənəs rɪˈkwest] 美 [ˈsɪŋkrənəs rɪˈkwest]

网络  同步请求; 同步需求

计算机



双语例句

  1. Once the application is running again, another synchronous Web service request will be sent, and this time a successful response message will be received.
    应用程序重新运行后,会发送另一个Web服务请求,这次会收到一条成功响应消息。
  2. For example, an SCA application that uses JMS to perform a synchronous request/ response operation expects the response on a specific partition.
    例如,使用JMS来执行同步请求/响应操作的SCA应用程序预期从特定分区得到响应。
  3. The interaction in this case was synchronous; the service requester sends a request message and blocks all messages until the appropriate response message is received.
    这种情况下的交互是同步的,服务请求者发送请求消息,并阻止所有消息,直到收到相应的响应消息为止。
  4. You can also create one-way operations that can be used with asynchronous invocations, but for now, we are only creating a simple synchronous request.
    您还可以创建用于异步调用的单向操作,但是现在,我们只创建简单的同步请求。
  5. The synchronous request connection between the originating System Interface and the Mediator is then closed.
    原始系统接口和中介间的同步请求连接随后关闭。
  6. All the slick GUI components and Web design paradigms can't overcome a slow, synchronous request/ response model.
    所有老套的GUI组件和Web设计范型都不能克服缓慢、同步的请求/响应模型。
  7. You can submit these requests individually or in a batch, and select either synchronous or asynchronous submission for both request types.
    请求可以单独提交也可以成批提交,两种请求类型都可以选择同步或异步提交方式。
  8. Whether the invocation style is synchronous request response or asynchronous message based.
    调用样式是同步请求响应还是基于异步消息。
  9. Processing library: The Python bindings are synchronous at this point in time, but using a processing library to fork each request can solve this problem.
    处理库:目前,Python绑定是同步的,但是使用处理库可以为每个请求派生新的进程,从而解决这个问题。
  10. Various messaging styles can be used in a system, such as synchronous or asynchronous, request/ response, one-way, and publication/ subscription.
    在系统中可以使用各种消息传递样式,如同步或异步、请求/响应、单向和发布/订阅。
  11. If each is a web service call, then by definition, each is a synchronous web service invocation consisting of a request and a response.
    如果每一个方法都是一个Web服务,那么根据定义,其中的每一个都是包含了请求和响应的同步Web服务。
  12. Some common interaction patterns are synchronous request/ reply, one-way ( sometimes called event), and publish/ subscribe ( sometimes called event propagation).
    一些常见的交互模式包括同步请求/应答、单向(有时称为事件)和发布/订阅(有时称为事件传播)。
  13. In the ( synchronous) request/ response setup, there is no state of the dialogue; it is simply based on a request, to which there is a response.
    在这种(同步的)请求/响应设计中,对话没有状态标志;它简单地基于请求产生响应。
  14. The Mediator sends a synchronous request to the System Interface of the original requesting System in which the business response ( to the original request) is provided.
    中介将同步请求发送给原始系统的系统接口,在其中提供了(对原始请求的)业务响应。
  15. Asynch: True if you want the request to be asynchronous and false if it should be a synchronous request.
    asynch:如果希望使用异步连接则为true,否则为false。
  16. Support a variety of interaction styles, such as synchronous request/ response, messaging, publish/ subscribe, and events
    支持多种交互方式,例如同步请求/响应、消息传递、发布/订阅以及事件
  17. A typical example of a synchronous interaction would be a subscription request from one service to another, where the requesting service required a successful response message before proceeding.
    同步交互的一个典型例子是由某个服务发送给另一个服务的订阅请求,发出请求的服务必须在收到成功的响应消息之后才能继续。
  18. While a document style service can be used in any of the three usage scenarios defined in WS-I, an RPC-style web service is limited to only the synchronous request/ response scenario.
    而文档样式的服务可以用于在WS-I中定义的三个使用情景的任何一个,RPC样式的Web服务只限于同步请求/响应场景。
  19. At this point the source System Interface, the Mediator and the target System Interface are all still holding their connections open waiting for a synchronous response to their original request, thereby forming an extended synchronous connection chain.
    此时,源系统接口、中介和目标系统接口均保持其连接的打开状态,以等待对其原始请求的同步响应,从而形成了一个扩展的同步连接链。
  20. Synchronous update request with acknowledgement and call-back
    具有确认和回调的同步更新请求
  21. For Remote Procedure Call ( RPC) applications, the synchronous request/ response design style is usually a natural fit.
    对于远程过程调用(RemoteProcedureCall,RPC)应用程序来说,同步请求/响应的设计风格通常是自然契合的。
  22. When a client uses a synchronous protocol ( such as HTTP) to send a request message ( for example, a JAX-RPC-compliant Java proxy), the proxy blocks the calling thread until it receives either a response or a fault from the service.
    当客户机使用异步协议(如HTTP)发送请求消息时(例如,符合JAX-RPC标准的Java代理),代理将阻止调用线程,直到从服务接收到响应或错误为止。
  23. Synchronous update request with acknowledgement; ESB handles errors
    具有确认的同步更新请求;ESB处理错误
  24. Synchronous – A method that represents a request queue.
    Synchronous&表示请求队列的方法。
  25. In simple scenarios that require a response, a service receives a request on a synchronous inbound endpoint, processes the request, and then sends it back to the caller as a reply.
    在简单的Request-Response场景中,服务在一个同步的入口端点上接收请求,并处理该请求,然后将它作为回复发送给调用者。
  26. The synchronous model is appropriate if your application should block while waiting for a client request and if you want to process only one request at a time.
    如果应用程序在等待客户端请求时应阻止并且如果您希望一次仅处理一个请求,则适于使用同步模型。
  27. Referred to existing research results of Web Services AIM, the pattern based on MultiThreading Synchronous Invocation ( MTSI), which includes network connection of each request and network connection pool subpattern, is designed and realized to implement AIM.
    参考现有WebServices的AIM研究成果,设计、实现了基于客户端多线程同步调用MTSI模式(包括:网络连接每请求和网络连接池方式)的AIM;
  28. But under this mode, the service call models have only been implemented in one-way and synchronous request/ reponse model, and as to Asynchronous Invocation Model ( AIM) and Message/ Events Service ( MES), it still have not uniform realization and standard.
    而该方式下的服务调用模型仅实现了单向和同步请求/应答模型,对于异步调用模型AIM和消息/事件服务MES都仍未有统一的标准。
  29. In this design, use the innovative hardware design and reasonable software development to accomplish a synchronous meter, accord with the request of the low. cost of hardware, stable and reliable operation.
    在设计上,采用了新颖的硬件设计和合理的软件编程,实现了同步表硬件成本低,运行稳定可靠的要求。
  30. The wide application of Internet has changed the scales of distributed systems, which making the point-to-point and synchronous communication based on request/ reply paradigm is not enough for the large-scale distributed application environment.
    Internet的广泛应用使得传统的基于请求/应答的点对点的同步通信不能满足大规模的动态分布式应用环境。